Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed env merging to wrong part of yaml heirarchy #268

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

1000TurquoisePogs
Copy link
Member

If a user had set vars such as ZWED_agent_host, ZWED_agent_https_port, then they would not be applied in app-server correctly because in v2.10 the app-server went from reading just its own components section, to now reading the entire yaml (2 levels up). so, the references on where to merge env vars into the yaml, were 2 levels off (.components.app-server)

Signed-off-by: 1000TurquoisePogs <[email protected]>
zlux_path was not set in containers other than app-server, causing install-app.sh to fail outside it for external plugins.

Signed-off-by: 1000TurquoisePogs <[email protected]>
@1000TurquoisePogs 1000TurquoisePogs merged commit 4415ef6 into v2.x/rc Jul 25, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants